Bump @types/node from 20.19.41 to 25.9.1#3
Merged
Conversation
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.19.41 to 25.9.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.9.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/types/node-25.9.1
branch
from
June 3, 2026 08:05
c5712f4 to
5f1a795
Compare
This was referenced Jul 8, 2026
BigSimmo
added a commit
that referenced
this pull request
Jul 8, 2026
…te guard (#381) * test: fix WebKit hide-on-scroll flake + guard retrieval owner_filter callsites Two follow-ups from the 48h PR review. - tests/ui-tools.spec.ts (#5): the "phone bottom search dock hides while scrolling" test failed on WebKit only (release-browser-matrix) because WebKit doesn't reliably emit a native scroll event for a programmatic scrollTo, so useHideOnScroll never ran and data-scroll-hidden stayed unset. Dispatch an explicit scroll event after each scrollTo; harmless on Chromium/Firefox (the rAF guard dedupes). - tests/retrieval-owner-filter-guard.test.ts (#3): defense-in-depth tripwire. The SQL retrieval_owner_matches fails OPEN on a null owner_filter and RLS is service-role-only, so the app filter is the sole tenant boundary. Until the matcher is made fail-closed (gated on the Supabase Preview migration-drift fix so the SQL change is verifiable), this asserts every src .rpc() owner_filter argument comes from a sanctioned scope helper / the public sentinel, never a literal null. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * style: prettier-format owner_filter guard test Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * fix(test): avoid Dirent.path typing in owner_filter guard (CI @types/node drift) Use the string-returning readdirSync recursive overload instead of withFileTypes so the scan doesn't depend on Dirent.parentPath/path, which differ across @types/node versions and failed the CI typecheck (TS2339 Property 'path' does not exist on Dirent). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @types/node from 20.19.41 to 25.9.1.
Commits